ReadMetadata Interface

public interface ReadMetadata

Module Procedures

private subroutine ReadMetadataFileName(filename, network)

read metadata section from file

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
type(ObservationalNetwork), intent(out) :: network

private subroutine ReadMetadataFileUnit(fileunit, network)

read metadata section from open unit

Arguments

Type IntentOptional Attributes Name
integer(kind=short), intent(in) :: fileunit
type(ObservationalNetwork), intent(out) :: network